Skip to main content
Version: 11.0

API Getting Started

Introduction

Resolve Insights is a Discovery and Dependency Mapping (DDM) platform built on Big Data technologies. It provides a platform for correlation and visualization across end-user transactions, applications, and underlying infrastructure in a hybrid IT environment.

Resolve Insights API Summary

The lists below summarize the APIs by category.

Authentication and Access

  • Get authorization token to access Resolve Insights APIs.
  • Get details of the user including site, org, and access privileges.

Service Accounts

  • Get a list of service accounts.
  • Create new or update existing service account.

Inventory and Devices

  • Get the summary view of inventory by device type and device sub-type.
  • Get the details of each discovered asset in tabular format.
  • Get the complete information about a device.
  • Get a list of all services running on the device during the discovery.
  • Get a list of all hidden devices.
  • Hide / Unhide a device.

Topology

  • Get the list of links between devices and device details to build and study the device topology map.
  • Get the list of links between devices and device details for a particular device group.
  • Get the list of undiscovered devices.
  • Get details for a particular link by link ID.

Applications

  • Get the hierarchy representation of the compute devices included in a particular application.
  • Get the links and relationships between all devices in a particular application.
  • Get the dynamic flows running between the devices in a particular application.
  • Get all application groups and basic information about the applications for each group.
  • Get the topology links for all devices in a particular application group.

Discoveries

  • Get the list of all discoveries.
  • Get details about a particular discovery.
  • Get the list of devices scanned by a particular device discovery.
  • Create discovery - single network, single service flow, or bulk network discovery.

Secured REST API

All REST API URLs use the secured (HTTPS) protocol.

Content-Type

All Requests and Responses use content-type application/json.

Assumptions

Null and empty data are not documented.